projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5f019b
)
Bind C-x m, C-x 4 m, C-x 5 m to compose-mail...
author
Richard M. Stallman
<rms@gnu.org>
Tue, 29 Apr 1997 02:07:34 +0000
(
02:07
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 29 Apr 1997 02:07:34 +0000
(
02:07
+0000)
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index 40a9ae1b7dfbf25d1f6208053bd3eea61b0447cb..dc65121239976409a87f73056e906bbd58fc0251 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-485,6
+485,10
@@
for \\[find-tag] (which see)."
(define-key esc-map "\t" 'lisp-complete-symbol)
(define-key ctl-x-map "\C-e" 'eval-last-sexp)
+
+(define-key ctl-x-map "m" 'compose-mail)
+(define-key ctl-x-4-map "m" 'compose-mail-other-window)
+(define-key ctl-x-5-map "m" 'compose-mail-other-frame)
\f
(define-key ctl-x-map "r\C-@" 'point-to-register)
(define-key ctl-x-map [?r ?\C-\ ] 'point-to-register)